home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / System / Capture ƒ / capture.h < prev    next >
Text File  |  1990-02-07  |  446b  |  22 lines

  1. /* Developer:  James R. Logan Jr. (BYU)
  2.    email:  loganj@byuvax.bitnet
  3.            loganj@yvax.byu.edu
  4.    phone:  (801) 378-3617
  5. */
  6.  
  7. #define maxwinpars     10
  8.  
  9. typedef struct {
  10.  
  11.  TEHandle     storyth;    /* TextEdit handle for window */
  12.  
  13.  WindowPtr     storyWindow;    /* Window pointer */
  14.  
  15.  ControlHandle storybar;    /* Control handle for Window */
  16.  
  17.  int Windowsize[maxwinpars];    /* Position and size of Windows */
  18.  
  19.  WindowRecord storyrecord;    /*  */
  20.  
  21. } screen;
  22.